public class AccessLogQuery extends Object
Classe Java per accessLogQuery complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="accessLogQuery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="patientCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
<element name="dateFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0" form="qualified"/>
<element name="dateTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0" form="qualified"/>
<element name="operations" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0" form="qualified"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
dateFrom |
protected LocalDateTime |
dateTo |
protected List<String> |
operations |
protected String |
patientCode |
| Constructor and Description |
|---|
AccessLogQuery() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getDateFrom()
Recupera il valore della proprietà dateFrom.
|
LocalDateTime |
getDateTo()
Recupera il valore della proprietà dateTo.
|
List<String> |
getOperations()
Gets the value of the operations property.
|
String |
getPatientCode()
Recupera il valore della proprietà patientCode.
|
void |
setDateFrom(LocalDateTime value)
Imposta il valore della proprietà dateFrom.
|
void |
setDateTo(LocalDateTime value)
Imposta il valore della proprietà dateTo.
|
void |
setPatientCode(String value)
Imposta il valore della proprietà patientCode.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String patientCode
protected LocalDateTime dateFrom
protected LocalDateTime dateTo
public String getPatientCode()
Stringpublic void setPatientCode(String value)
value - allowed object is
Stringpublic LocalDateTime getDateFrom()
Stringpublic void setDateFrom(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getDateTo()
Stringpublic void setDateTo(LocalDateTime value)
value - allowed object is
Stringpublic List<String> getOperations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the operations property.
For example, to add a new item, do as follows:
getOperations().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2024. All rights reserved.